Server.IAlienRoot.SfcHelper_GetSmoObject 方法
僅供參考之用。不支援。我們無法保證未來的相容性。 Gets the Object that represents the object identified by a specified URN.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Private Function SfcHelper_GetSmoObject ( _
urn As String _
) As Object Implements IAlienRoot.SfcHelper_GetSmoObject
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- urn
型別:System.String
A String value that specifies the URN.
傳回值
型別:System.Object
A Object that represents the object identified by a specified URN.
實作
IAlienRoot.SfcHelper_GetSmoObject(String)