ReferenceKeys Propiedad
Gets or sets the information about the keys that makes up the reference. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Property ReferenceKeys As String
Get
Set
'Uso
Dim instance As ObjectProperty
Dim value As String
value = instance.ReferenceKeys
instance.ReferenceKeys = value
public string ReferenceKeys { get; set; }
public:
property String^ ReferenceKeys {
String^ get ();
void set (String^ value);
}
member ReferenceKeys : string with get, set
function get ReferenceKeys () : String
function set ReferenceKeys (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
A value that represents the information about the keys that makes up the reference.
Vea también