DatabaseTaskHost.InternalGetAllProperties-Methode
Gibt die tatsächliche Liste der Eigenschaften für diese Quelle zurück.
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>
Parameter
- source
Typ: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
Der Enumerationswert der Eigenschaftenquelle.
Rückgabewert
Typ: System.Collections.Generic.IDictionary<String, Object>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.