Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
Returns an object for the specified URN value.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Function GetSmoObject ( _
urn As Urn _
) As RegSvrSmoObject
public RegSvrSmoObject GetSmoObject (
Urn urn
)
public:
RegSvrSmoObject^ GetSmoObject (
Urn^ urn
)
public RegSvrSmoObject GetSmoObject (
Urn urn
)
public function GetSmoObject (
urn : Urn
) : RegSvrSmoObject
Parameters
- urn
A Urn object value that specifies the object to return.
Return Value
A RegSvrSmoObject that specifies the object referenced by the URN value.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
RegisteredServer Class
RegisteredServer Members
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace