SqlServerCacheOptions.SchemaName Propriedade
Definição
O nome do esquema da tabela.The schema name of the table.
public:
property System::String ^ SchemaName { System::String ^ get(); void set(System::String ^ value); };
public string SchemaName { get; set; }
member this.SchemaName : string with get, set
Public Property SchemaName As String