Partilhar via


Propriedade do RDL IndexedXmlPath.PathTypeDesc

Gets or sets the string representing the path type description of the IndexedXmlPath.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property PathTypeDesc As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The path type description of the IndexedXmlPath.

Consulte também

Referência

IndexedXmlPath Classe

Namespace Microsoft.SqlServer.Management.Smo