Classe SqlPropertyInfo
The SqlPropertyInfo class is an abstract class used to store information about properties.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..SqlPropertyInfo
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Class SqlPropertyInfo
'Utilizzo
Dim instance As SqlPropertyInfo
public class SqlPropertyInfo
public ref class SqlPropertyInfo
type SqlPropertyInfo = class end
public class SqlPropertyInfo
Nel tipo SqlPropertyInfo sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
IsExpensive | Gets the Boolean property value that specifies whether the property is expensive. |
![]() |
IsWriteable | Gets the Boolean property value that specifies whether the property can be modified. |
![]() |
Name | Gets the name of the property. |
![]() |
PropertyType | Gets the property type. |
![]() |
Versions | Gets the version of SQL Server. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.