ExtendedProperty 构造函数 (SqlSmoObject, String)

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub New ( _
    parent As SqlSmoObject, _
    name As String _
)
用法
Dim parent As SqlSmoObject 
Dim name As String 

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

参数

示例

设置属性

请参阅

参考

ExtendedProperty 类

ExtendedProperty 重载

Microsoft.SqlServer.Management.Smo 命名空间