Metodo Server.IAlienRoot.SfcHelper_GetSmoObject

Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future. Gets the Object that represents the object identified by a specified URN.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Private Function SfcHelper_GetSmoObject ( _
    urn As String _
) As Object Implements IAlienRoot.SfcHelper_GetSmoObject
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Parametri

Valore restituito

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

Implementa

IAlienRoot.SfcHelper_GetSmoObject(String)

Vedere anche

Riferimento

Server Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo