Método ISfcDomain.GetKey
Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Function GetKey ( _
urnFragment As IUrnFragment _
) As SfcKey
'Uso
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
Parâmetros
- urnFragment
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.IUrnFragment
An IUrnFragment object that represents a URN fragment.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
An SfcKey object that represents a key.