IAlienRoot.SfcHelper_GetSmoObject Method

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

Return Value

Type: System.Object
An object that has the specified URN.