Compartir a través de


Server.IAlienRoot.SfcHelper_GetSmoObject Método

Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada. Gets the Object that represents the object identified by a specified URN.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

Valor devuelto

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

Implementa

IAlienRoot.SfcHelper_GetSmoObject(String)

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo