Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets 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
Property Initialized As Boolean
Get
Set
'Usage
Dim instance As ISfcCollection
Dim value As Boolean
value = instance.Initialized
instance.Initialized = value
bool Initialized { get; set; }
property bool Initialized {
bool get ();
void set (bool value);
}
abstract 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.