Compartir a través de


ExtendedProperty Constructor (SqlSmoObject, String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    parent As SqlSmoObject, _
    name As String _
)
'Uso
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
)

Parámetros

Ejemplos

Establecer propiedades

Vea también

Referencia

ExtendedProperty Clase

Sobrecarga de ExtendedProperty

Espacio de nombres Microsoft.SqlServer.Management.Smo