Proprietà Factory
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
Public Shared ReadOnly Property Factory As SfcSimpleNodeFactory
Get
'Utilizzo
Dim value As SfcSimpleNodeFactory
value = SfcSimpleNodeFactory.Factory
public static SfcSimpleNodeFactory Factory { get; }
public:
static property SfcSimpleNodeFactory^ Factory {
SfcSimpleNodeFactory^ get ();
}
static member Factory : SfcSimpleNodeFactory
static function get Factory () : SfcSimpleNodeFactory
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcSimpleNodeFactory
The singleton factory.
Vedere anche