Freigeben über


CatalogOrServerPropertyItem-Konstruktor (String, String, DatabaseTaskHost.PropertySource)

Initialisiert auf Grundlage von angegebenen Parametern eine neue Instanz der CatalogOrServerPropertyItem-Klasse.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    value As String, _
    source As DatabaseTaskHost..::..PropertySource _
)
public CatalogOrServerPropertyItem(
    string name,
    string value,
    DatabaseTaskHost..::..PropertySource source
)
public:
CatalogOrServerPropertyItem(
    String^ name, 
    String^ value, 
    DatabaseTaskHost..::..PropertySource source
)
new : 
        name:string * 
        value:string * 
        source:DatabaseTaskHost..::..PropertySource -> CatalogOrServerPropertyItem
public function CatalogOrServerPropertyItem(
    name : String, 
    value : String, 
    source : DatabaseTaskHost..::..PropertySource
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

CatalogOrServerPropertyItem Klasse

CatalogOrServerPropertyItem-Überladung

Microsoft.Data.Schema.Build-Namespace

Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource