Partilhar via


Propriedade do RDL IndexedXmlPath.PathType

Gets or sets the type of indexed path. Could be XQuery or SQL.

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,  _
    "0")> _
Public Property PathType As IndexedXmlPathType 
    Get 
    Set
'Uso
Dim instance As IndexedXmlPath 
Dim value As IndexedXmlPathType 

value = instance.PathType

instance.PathType = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone, 
    "0")]
public IndexedXmlPathType PathType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone, 
    L"0")]
public:
property IndexedXmlPathType PathType {
    IndexedXmlPathType get ();
    void set (IndexedXmlPathType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone, 
    "0")>]
member PathType : IndexedXmlPathType with get, set
function get PathType () : IndexedXmlPathType 
function set PathType (value : IndexedXmlPathType)

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPathType
The type of indexed path.

Consulte também

Referência

IndexedXmlPath Classe

Namespace Microsoft.SqlServer.Management.Smo