Metodo GetPropertyInfo
Gets property information.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Function GetPropertyInfo ( _
name As String _
) As SqlPropertyInfo
'Utilizzo
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
Parametri
- name
Tipo: System. . :: . .String
A String value that specifies the name of the property.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SqlPropertyInfo
A SqlPropertyInfo object value that specifies the property information for the referenced object.
Vedere anche