'Declaration Protected MustOverride ReadOnly Property TableCreationSql As System.String
'Usage Dim instance As BaseDatabaseCacheProvider Dim value As System.String value = instance.TableCreationSql
protected abstract System.string TableCreationSql {get;}
protected: __property abstract System.string* get_TableCreationSql();
protected: abstract property System.String^ TableCreationSql { System.String^ get(); }