Partager via


Méthode Server.IAlienRoot.SfcHelper_GetSmoObject

Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. Gets the Object that represents the object identified by a specified URN.

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

Syntaxe

'Déclaration
Private Function SfcHelper_GetSmoObject ( _
    urn As String _
) As Object Implements IAlienRoot.SfcHelper_GetSmoObject
'Utilisation
Dim instance As Server 
Dim urn As String 
Dim returnValue As Object 

returnValue = CType(instance, IAlienRoot).SfcHelper_GetSmoObject(urn)
Object IAlienRoot.SfcHelper_GetSmoObject(
    string urn
)
private:
virtual Object^ SfcHelper_GetSmoObject(
    String^ urn
) sealed = IAlienRoot::SfcHelper_GetSmoObject
private abstract SfcHelper_GetSmoObject : 
        urn:string -> Object  
private override SfcHelper_GetSmoObject : 
        urn:string -> Object
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Valeur de retour

Type : System.Object
A Object that represents the object identified by a specified URN.

Implémente

IAlienRoot.SfcHelper_GetSmoObject(String)

Voir aussi

Référence

Server Classe

Espace de noms Microsoft.SqlServer.Management.Smo