DatabasePropertyPageDefinition 建構函式
初始化 DatabasePropertyPageDefinition 類別的新執行個體。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
Public Sub New ( _
propertyPageGuid As String, _
order As Integer, _
configDependent As Boolean _
)
public DatabasePropertyPageDefinition(
string propertyPageGuid,
int order,
bool configDependent
)
public:
DatabasePropertyPageDefinition(
String^ propertyPageGuid,
int order,
bool configDependent
)
new :
propertyPageGuid:string *
order:int *
configDependent:bool -> DatabasePropertyPageDefinition
public function DatabasePropertyPageDefinition(
propertyPageGuid : String,
order : int,
configDependent : boolean
)
參數
- propertyPageGuid
型別:System.String
屬性頁的 GUID。
- order
型別:System.Int32
這個頁面的顯示順序。
- configDependent
型別:System.Boolean
查詢這個頁面組態是否相依。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。