Método IAlienRoot.SfcHelper_GetSmoObject
Returns an object that has the specified Uniform Resource Name (URN). Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Function SfcHelper_GetSmoObject ( _
urn As String _
) As Object
'Uso
Dim instance As IAlienRoot
Dim urn As String
Dim returnValue As Object
returnValue = instance.SfcHelper_GetSmoObject(urn)
Object SfcHelper_GetSmoObject(
string urn
)
Object^ SfcHelper_GetSmoObject(
String^ urn
)
abstract SfcHelper_GetSmoObject :
urn:string -> Object
function SfcHelper_GetSmoObject(
urn : String
) : Object
Parâmetros
- urn
Tipo: System.String
The URN of the object to find.
Valor de retorno
Tipo: System.Object
An object that has the specified URN.