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.
Returns an object that has the specified Uniform Resource Name (URN). 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 SfcHelper_GetSmoObject ( _
urn As String _
) As Object
'Usage
Dim instance As IAlienRoot
Dim urn As String
Dim returnValue As Object
returnValue = instance.SfcHelper_GetSmoObject(urn)
Object SfcHelper_GetSmoObject(
string urn
)
Object^ SfcHelper_GetSmoObject(
String^ urn
)
abstract SfcHelper_GetSmoObject :
urn:string -> Object
function SfcHelper_GetSmoObject(
urn : String
) : Object
Parameters
- urn
Type: System.String
The URN of the object to find.
Return Value
Type: System.Object
An object that has the specified URN.