Метод SfcHelper_GetSmoObject
Returns an object that has the specified Uniform Resource Name (URN). Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Function SfcHelper_GetSmoObject ( _
urn As String _
) As Object
'Применение
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
Параметры
- urn
Тип: System. . :: . .String
The URN of the object to find.
Возвращаемое значение
Тип: System. . :: . .Object
An object that has the specified URN.