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
- 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.
.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