Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- urn
Tipo: System.String
A String value that specifies the URN.
Valor devuelto
Tipo: System.Object
A Object that represents the object identified by a specified URN.
Implementa
IAlienRoot.SfcHelper_GetSmoObject(String)