IndexedXmlPath.XQueryTypeDescription 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property XQueryTypeDescription As String 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

IndexedXmlPath 类

Microsoft.SqlServer.Management.Smo 命名空间