Share via


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
)

매개 변수

  • propertyValue
    유형: System.Object
    An Object object value that specifies the property value of the object.

속성 설정

참고 항목

참조

ExtendedProperty 클래스

ExtendedProperty 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스