Compartir a través de


SearchProperty Constructor (SearchPropertyList, String)

Initializes a new instance of the SearchProperty class, specifying the parent SearchPropertyList and name.

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

Sintaxis

'Declaración
Public Sub New ( _
    searchPropertyList As SearchPropertyList, _
    name As String _
)
'Uso
Dim searchPropertyList As SearchPropertyList 
Dim name As String 

Dim instance As New SearchProperty(searchPropertyList, _
    name)
public SearchProperty(
    SearchPropertyList searchPropertyList,
    string name
)
public:
SearchProperty(
    SearchPropertyList^ searchPropertyList, 
    String^ name
)
new : 
        searchPropertyList:SearchPropertyList * 
        name:string -> SearchProperty
public function SearchProperty(
    searchPropertyList : SearchPropertyList, 
    name : String
)

Parámetros

Vea también

Referencia

SearchProperty Clase

Sobrecarga de SearchProperty

Espacio de nombres Microsoft.SqlServer.Management.Smo