DataGenerationServices.GetPreferredDataSink Method
Determines what occurs with the data that is generated from the data generation plan.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public MustOverride Function GetPreferredDataSink As ExtensionHandle(Of DataSink)
public abstract ExtensionHandle<DataSink> GetPreferredDataSink()
public:
virtual ExtensionHandle<DataSink^>^ GetPreferredDataSink() abstract
abstract GetPreferredDataSink : unit -> ExtensionHandle<DataSink>
public abstract function GetPreferredDataSink() : ExtensionHandle<DataSink>
Return Value
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle<DataSink>
An extension handle for a DataSink object.
Remarks
Provide this information through this method so that your database schema model can be represented in Visual Studio projects, where users can create and manipulate database objects that you have defined in your model.
.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.