IndexedXmlPath.XQueryTypeDescription プロパティ
XQuery 型が指定されている場合は XQuery 型の説明を表す文字列を取得または設定します。それ以外の場合は 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
XQuery 型が指定されている場合は XQuery 型の説明を表す文字列です。それ以外の場合は null です。