PlanGuideExtender.SchemaNames プロパティ

プラン ガイドに関連付けられているスキーマ名のコレクションを取得します

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<ExtendedPropertyAttribute> _
Public ReadOnly Property SchemaNames As StringCollection 
    Get
'使用
Dim instance As PlanGuideExtender 
Dim value As StringCollection 

value = instance.SchemaNames
[ExtendedPropertyAttribute]
public StringCollection SchemaNames { get; }
[ExtendedPropertyAttribute]
public:
property StringCollection^ SchemaNames {
    StringCollection^ get ();
}
[<ExtendedPropertyAttribute>]
member SchemaNames : StringCollection
function get SchemaNames () : StringCollection

プロパティ値

型: System.Collections.Specialized.StringCollection
スキーマ名のコレクションです。

関連項目

参照

PlanGuideExtender クラス

Microsoft.SqlServer.Management.Smo 名前空間