CatalogOrServerPropertyItem.Source Property
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Source As DatabaseTaskHost..::..PropertySource
public DatabaseTaskHost..::..PropertySource Source { get; set; }
public:
property DatabaseTaskHost..::..PropertySource Source {
DatabaseTaskHost..::..PropertySource get ();
void set (DatabaseTaskHost..::..PropertySource value);
}
member Source : DatabaseTaskHost..::..PropertySource with get, set
function get Source () : DatabaseTaskHost..::..PropertySource
function set Source (value : DatabaseTaskHost..::..PropertySource)
Property Value
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
.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.