IndexedXmlPath.PathTypeDesc プロパティ

IndexedXmlPath のパスの型の説明を表す文字列を取得します。値の設定も可能です。

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

構文

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

value = instance.PathTypeDesc

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

プロパティ値

型: System.String
IndexedXmlPath のパスの型の説明です。

関連項目

参照

IndexedXmlPath クラス

Microsoft.SqlServer.Management.Smo 名前空間