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 네임스페이스