Compartilhar via


Método GetPropertyInfo

Gets property information.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 de retorno

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