Server.IAlienRoot.SfcHelper_GetSmoObject Method
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets the Object that represents the object identified by a specified URN.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Private Function SfcHelper_GetSmoObject ( _
urn As String _
) As Object Implements IAlienRoot.SfcHelper_GetSmoObject
'Kullanım
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- urn
Type: System.String
A String value that specifies the URN.
Return Value
Type: System.Object
A Object that represents the object identified by a specified URN.
Implements
IAlienRoot.SfcHelper_GetSmoObject(String)