FileConnectionManagerUIArgs 類別
Provides the context of arguments that the SSIS Designer displays in the File Connection Manager Editor when creating or editing File connection managers.
繼承階層
System.Object
Microsoft.SqlServer.Dts.Runtime.Design.ConnectionManagerUIArgs
Microsoft.SqlServer.Dts.Runtime.Design.FileConnectionManagerUIArgs
Microsoft.SqlServer.Dts.Runtime.Design.MultiFileConnectionManagerUIArgs
命名空間: Microsoft.SqlServer.Dts.Runtime.Design
組件: Microsoft.SqlServer.Dts.Design (在 Microsoft.SqlServer.Dts.Design.dll 中)
語法
'宣告
Public Class FileConnectionManagerUIArgs _
Inherits ConnectionManagerUIArgs
'用途
Dim instance As FileConnectionManagerUIArgs
public class FileConnectionManagerUIArgs : ConnectionManagerUIArgs
public ref class FileConnectionManagerUIArgs : public ConnectionManagerUIArgs
type FileConnectionManagerUIArgs =
class
inherit ConnectionManagerUIArgs
end
public class FileConnectionManagerUIArgs extends ConnectionManagerUIArgs
FileConnectionManagerUIArgs 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
FileConnectionManagerUIArgs() | Initializes a new instance of the FileConnectionManagerUIArgs class. | |
FileConnectionManagerUIArgs(ICollection) | Initializes a new instance of the FileConnectionManagerUIArgs class using a collection of usage types specific to this connection. | |
FileConnectionManagerUIArgs(String) | Initializes a new instance of the FileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection. | |
FileConnectionManagerUIArgs(String, ICollection) | Initializes a new instance of the FileConnectionManagerUIArgs class, initializing both the file type filter and the usage types. |
上層
屬性
名稱 | 說明 | |
---|---|---|
FileFilter | Gets or sets a pipe-delimited String containing the file types that are valid for the connection. | |
SupportedUsageTypes | Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。