Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes the object.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Function Initialize As Boolean
'Usage
Dim instance As RegSvrSmoObject
Dim returnValue As Boolean
returnValue = instance.Initialize()
public bool Initialize()
public:
bool Initialize()
member Initialize : unit -> bool
public function Initialize() : boolean
Return Value
Type: System.Boolean
A Boolean value that specifies whether the object was initialized successfully.If True, the object initialized successfully.If False, the object failed to initialize.
See Also
Reference
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace