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
- name
Type: System.String
The item name as a string.
- value
Type: System.String
The item value as a string.
- source
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
A Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource object that represents the item source.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogOrServerPropertyItem Class
CatalogOrServerPropertyItem Overload