Condividi tramite


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
Proprietà pubblica IsExpensive Gets the Boolean property value that specifies whether the property is expensive.
Proprietà pubblica IsWriteable Gets the Boolean property value that specifies whether the property can be modified.
Proprietà pubblica Name Gets the name of the property.
Proprietà pubblica PropertyType Gets the property type.
Proprietà pubblica Versions Gets the version of SQL Server.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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.