SfcReferenceAttribute.Keys 屬性
Gets or sets the keys that participate in the reference. 不要直接在程式碼中參照此成員。其支援 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[]
A string value that specifies the keys that participate in the reference.