Share via


TableNotification.DbSchemaName 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property DbSchemaName As String 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

TableNotification 클래스

Microsoft.AnalysisServices 네임스페이스