Proprietà Properties
Ottiene una raccolta di oggetti Property che rappresentano le proprietà dell'oggetto.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Properties As SqlPropertyCollection
Get
'Utilizzo
Dim instance As SqlSmoObject
Dim value As SqlPropertyCollection
value = instance.Properties
public SqlPropertyCollection Properties { get; }
public:
property SqlPropertyCollection^ Properties {
SqlPropertyCollection^ get ();
}
member Properties : SqlPropertyCollection
function get Properties () : SqlPropertyCollection
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SqlPropertyCollection
Valore dell'oggetto PropertyCollection che specifica la raccolta di proprietà associate all'oggetto.