Partager via


Méthode IAlienRoot.SfcHelper_GetSmoObject

Returns an object that has the specified Uniform Resource Name (URN). Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Function SfcHelper_GetSmoObject ( _
    urn As String _
) As Object
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

IAlienRoot Interface

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc