XmlReadMultipleLink.Expression プロパティ

複数のリンクに使用する式の値を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property Expression As String 
    Get
'使用
Dim instance As XmlReadMultipleLink 
Dim value As String 

value = instance.Expression
public string Expression { get; }
public:
property String^ Expression {
    String^ get ();
}
member Expression : string
function get Expression () : String

プロパティ値

型: System.String
式の文字列値です。

関連項目

参照

XmlReadMultipleLink クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間