Partilhar via


Método Server.IAlienRoot.SfcHelper_GetSmoObject

Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. Gets the Object that represents the object identified by a specified URN.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Private Function SfcHelper_GetSmoObject ( _
    urn As String _
) As Object Implements IAlienRoot.SfcHelper_GetSmoObject
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Parâmetros

Valor de retorno

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

Implementa

IAlienRoot.SfcHelper_GetSmoObject(String)

Consulte também

Referência

Server Classe

Namespace Microsoft.SqlServer.Management.Smo