ExportableAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ExportableAttribute(Type type, string id, int priority = 0, string displayName = default, Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility platformCompatibility = Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility.All);
new Microsoft.SqlServer.Dac.Extensibility.ExportableAttribute : Type * string * int * string * Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility -> Microsoft.SqlServer.Dac.Extensibility.ExportableAttribute
Public Sub New (type As Type, id As String, Optional priority As Integer = 0, Optional displayName As String = Nothing, Optional platformCompatibility As TSqlPlatformCompatibility = Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility.All)
參數
- type
- Type
- id
- String
- priority
- Int32
- displayName
- String
- platformCompatibility
- TSqlPlatformCompatibility