Share via


CatalogOrServerPropertyItem Constructor (String, String, DatabaseTaskHost.PropertySource)

Initializes a new instance of the CatalogOrServerPropertyItem class, based on supplied parameters.

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
)

Parameters

.NET Framework Security

See Also

Reference

CatalogOrServerPropertyItem Class

CatalogOrServerPropertyItem Overload

Microsoft.Data.Schema.Build Namespace

Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource