Condividi tramite


Proprietà TableNotification.DbSchemaName

Gets or sets the name of the schema used by the TableNotification.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property DbSchemaName As String 
    Get 
    Set
'Utilizzo
Dim instance As TableNotification 
Dim value As String 

value = instance.DbSchemaName

instance.DbSchemaName = value
public string DbSchemaName { get; set; }
public:
property String^ DbSchemaName {
    String^ get ();
    void set (String^ value);
}
member DbSchemaName : string with get, set
function get DbSchemaName () : String 
function set DbSchemaName (value : String)

Valore proprietà

Tipo: System.String
The name of the schema used by the TableNotification.

Vedere anche

Riferimento

TableNotification Classe

Spazio dei nomi Microsoft.AnalysisServices