Partager via


Méthode GetPropertyInfo

Gets property information.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function GetPropertyInfo ( _
    name As String _
) As SqlPropertyInfo
'Utilisation
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

Paramètres

Valeur de retour

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