Partager via


Propriété IndexedXmlPath.XQueryTypeDescription

Gets or sets the string representing the XQuery type description if XQuery type is specified; otherwise null.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property XQueryTypeDescription As String 
    Get 
    Set
'Utilisation
Dim instance As IndexedXmlPath 
Dim value As String 

value = instance.XQueryTypeDescription

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

Valeur de propriété

Type : System.String
The string representing the XQuery type description if XQuery type is specified; otherwise null.

Voir aussi

Référence

IndexedXmlPath Classe

Espace de noms Microsoft.SqlServer.Management.Smo