Metodo ISfcDomain.GetKey
Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Function GetKey ( _
urnFragment As IUrnFragment _
) As SfcKey
'Utilizzo
Dim instance As ISfcDomain
Dim urnFragment As IUrnFragment
Dim returnValue As SfcKey
returnValue = instance.GetKey(urnFragment)
SfcKey GetKey(
IUrnFragment urnFragment
)
SfcKey^ GetKey(
IUrnFragment^ urnFragment
)
abstract GetKey :
urnFragment:IUrnFragment -> SfcKey
function GetKey(
urnFragment : IUrnFragment
) : SfcKey
Parametri
- urnFragment
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.IUrnFragment
An IUrnFragment object that represents a URN fragment.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
An SfcKey object that represents a key.