共用方式為


ExtendedProperty 建構函式 (SqlSmoObject, String, Object)

Initializes a new instance of the ExtendedProperty class with the specified parent, name, and value.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub New ( _
    parent As SqlSmoObject, _
    name As String, _
    propertyValue As Object _
)
'用途
Dim parent As SqlSmoObject
Dim name As String
Dim propertyValue As Object

Dim instance As New ExtendedProperty(parent, _
    name, propertyValue)
public ExtendedProperty(
    SqlSmoObject parent,
    string name,
    Object propertyValue
)
public:
ExtendedProperty(
    SqlSmoObject^ parent, 
    String^ name, 
    Object^ propertyValue
)
new : 
        parent:SqlSmoObject * 
        name:string * 
        propertyValue:Object -> ExtendedProperty
public function ExtendedProperty(
    parent : SqlSmoObject, 
    name : String, 
    propertyValue : Object
)

參數

範例

設定屬性