共用方式為


IndexedXmlPath.PathTypeDesc 屬性

Gets or sets the string representing the path type description of the 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
The path type description of the IndexedXmlPath.

請參閱

參考

IndexedXmlPath 類別

Microsoft.SqlServer.Management.Smo 命名空間