Share via


CatalogOrServerPropertyItem Constructor (String, String, DatabaseTaskHost.PropertySource, Boolean)

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, _
    verifyThisProperty As Boolean _
)
public CatalogOrServerPropertyItem(
    string name,
    string value,
    DatabaseTaskHost..::..PropertySource source,
    bool verifyThisProperty
)
public:
CatalogOrServerPropertyItem(
    String^ name, 
    String^ value, 
    DatabaseTaskHost..::..PropertySource source, 
    bool verifyThisProperty
)
new : 
        name:string * 
        value:string * 
        source:DatabaseTaskHost..::..PropertySource * 
        verifyThisProperty:bool -> CatalogOrServerPropertyItem
public function CatalogOrServerPropertyItem(
    name : String, 
    value : String, 
    source : DatabaseTaskHost..::..PropertySource, 
    verifyThisProperty : boolean
)

Parameters

  • verifyThisProperty
    Type: System.Boolean
    Specifies whether the property is to be marked as verified in the server properties file.

Remarks

This constructor is used for server properties only. If verifyThisProperty is true, the property will be marked as verified in the server properties file.

.NET Framework Security

See Also

Reference

CatalogOrServerPropertyItem Class

CatalogOrServerPropertyItem Overload

Microsoft.Data.Schema.Build Namespace

Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource