SfcReferenceAttribute.Keys プロパティ

参照を構成するキーを取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public Property Keys As String()
    Get 
    Set
'使用
Dim instance As SfcReferenceAttribute 
Dim value As String()

value = instance.Keys

instance.Keys = value
public string[] Keys { get; set; }
public:
property array<String^>^ Keys {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member Keys : string[] with get, set
function get Keys () : String[]
function set Keys (value : String[])

プロパティ値

型: array<System.String[]
参照を構成するキーを示す文字列値です。

関連項目

参照

SfcReferenceAttribute クラス

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