Proprietà ISfcCollection.Initialized
Gets or sets a value indicating whether the collection has been initialized. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Property Initialized As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true if the collection has been initialized; otherwise, false.