IndexedXmlPath.IsSingleton プロパティ

'SINGLETON' 最適化ヒントが特定の XML パスに適用されるかどうかを示す値を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property IsSingleton As Boolean 
    Get 
    Set
'使用
Dim instance As IndexedXmlPath 
Dim value As Boolean 

value = instance.IsSingleton

instance.IsSingleton = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public bool IsSingleton { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property bool IsSingleton {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member IsSingleton : bool with get, set
function get IsSingleton () : boolean 
function set IsSingleton (value : boolean)

プロパティ値

型: System.Boolean
'SINGLETON' 最適化ヒントが特定の XML パスに適用される場合は true、それ以外の場合は false です。

関連項目

参照

IndexedXmlPath クラス

Microsoft.SqlServer.Management.Smo 名前空間