Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function GetKey ( _
urnFragment As IUrnFragment _
) As SfcKey
'Usage
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
Parameters
- urnFragment
Type: Microsoft.SqlServer.Management.Sdk.Sfc.IUrnFragment
An IUrnFragment object that represents a URN fragment.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
An SfcKey object that represents a key.