次の方法で共有


TableNotification.DbSchemaName プロパティ

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
TableNotification で使用されるスキーマの名前です。

関連項目

参照

TableNotification クラス

Microsoft.AnalysisServices 名前空間