ITextSpan.Text プロパティ

ITextSpan インターフェイスに関連付けられているテキストを取得します。

名前空間:  Microsoft.SqlServer.Management.QueryExecution
アセンブリ:  SqlWorkbench.Interfaces (SqlWorkbench.Interfaces.dll)

構文

'宣言
ReadOnly Property Text As String 
    Get
'使用
Dim instance As ITextSpan 
Dim value As String 

value = instance.Text
string Text { get; }
property String^ Text {
    String^ get ();
}
abstract Text : string
function get Text () : String

プロパティ値

型: System.String
インターフェイスに関連付けられているテキストを表す文字列を返します。

関連項目

参照

ITextSpan インターフェイス

Microsoft.SqlServer.Management.QueryExecution 名前空間