DataGeneratorTask.SinkConfigName 属性

获取或设置接收器配置名称。

命名空间:  Microsoft.Data.Schema.Tasks
程序集:  Microsoft.Data.Schema.Tasks(在 Microsoft.Data.Schema.Tasks.dll 中)

语法

声明
Public Property SinkConfigName As String
    Get
    Set
public string SinkConfigName { get; set; }
public:
property String^ SinkConfigName {
    String^ get ();
    void set (String^ value);
}
member SinkConfigName : string with get, set
function get SinkConfigName () : String
function set SinkConfigName (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

DataGeneratorTask 类

Microsoft.Data.Schema.Tasks 命名空间