Compartir a través de


SqlPropertyCollection.GetPropertyInfo Método

Gets property information.

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

Sintaxis

'Declaración
Public Function GetPropertyInfo ( _
    name As String _
) As SqlPropertyInfo
'Uso
Dim instance As SqlPropertyCollection 
Dim name As String 
Dim returnValue As SqlPropertyInfo 

returnValue = instance.GetPropertyInfo(name)
public SqlPropertyInfo GetPropertyInfo(
    string name
)
public:
SqlPropertyInfo^ GetPropertyInfo(
    String^ name
)
member GetPropertyInfo : 
        name:string -> SqlPropertyInfo
public function GetPropertyInfo(
    name : String
) : SqlPropertyInfo

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Smo.SqlPropertyInfo
A SqlPropertyInfo object value that specifies the property information for the referenced object.

Ejemplos

Usar colecciones

Vea también

Referencia

SqlPropertyCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo