GetKey Método
Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. 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
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 devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
An SfcKey object that represents a key.
Vea también