Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the actual list of properties for that source.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Function InternalGetAllProperties ( _
source As DatabaseTaskHost..::..PropertySource _
) As IDictionary(Of String, Object)
protected IDictionary<string, Object> InternalGetAllProperties(
DatabaseTaskHost..::..PropertySource source
)
protected:
IDictionary<String^, Object^>^ InternalGetAllProperties(
DatabaseTaskHost..::..PropertySource source
)
member InternalGetAllProperties :
source:DatabaseTaskHost..::..PropertySource -> IDictionary<string, Object>
protected function InternalGetAllProperties(
source : DatabaseTaskHost..::..PropertySource
) : IDictionary<String, Object>
Parameters
- source
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
The property source enumeration value.
Return Value
Type: System.Collections.Generic.IDictionary<String, Object>
.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.