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.
Gets a value indicating whether the collection has been initialized. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Friend Property Initialized As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.Initialized
Me.Initialized = value
protected internal bool Initialized { get; set; }
protected public:
property bool Initialized {
bool get ();
void set (bool value);
}
member Initialized : bool with get, set
function get Initialized () : boolean
function set Initialized (value : boolean)
Property Value
Type: System.Boolean
true if the collection has been initialized; otherwise, false.