Condividi tramite


Classe SqlObjectProperty

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty
    Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectProperty

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
<ComVisibleAttribute(False)> _
Public Class SqlObjectProperty _
    Inherits ObjectProperty
'Utilizzo
Dim instance As SqlObjectProperty
[ComVisibleAttribute(false)]
public class SqlObjectProperty : ObjectProperty
[ComVisibleAttribute(false)]
public ref class SqlObjectProperty : public ObjectProperty
[<ComVisibleAttribute(false)>]
type SqlObjectProperty =  
    class 
        inherit ObjectProperty 
    end
public class SqlObjectProperty extends ObjectProperty

Nel tipo SqlObjectProperty sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SqlObjectProperty Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Alias Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica DBType Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica DefaultValue Gets or sets the default value of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Ereditato da ObjectProperty.
Proprietà pubblica Expensive Gets or sets a Boolean property value that specifies whether the object property is expensive in terms of time taken to load and initialize. Ereditato da ObjectProperty.
Proprietà pubblica ExtendedType Gets or sets a Boolean property value that specifies whether the property is an extended property or not. Ereditato da ObjectProperty.
Proprietà pubblica KeyIndex Gets or sets the property key index. Ereditato da ObjectProperty.
Proprietà pubblica LinkFields Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Name Gets or sets a value that indicates the name of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ObjectProperty.
Proprietà pubblica PropertyMode Gets or sets a value that indicates the mode of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ObjectProperty.
Proprietà pubblica ReadOnly Gets or sets the Boolean property value that specifies whether the property is read-only or read/write. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ObjectProperty.
Proprietà pubblica ReadOnlyAfterCreation Gets or sets a value that indicates whether the property is read only after creation. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ObjectProperty.
Proprietà pubblica ReferenceKeys Gets or sets the information about the keys that makes up the reference. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Ereditato da ObjectProperty.
Proprietà pubblica ReferenceTemplate Gets or sets a value that indicates the URN (Uniform Resource Name) template for an object reference. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Ereditato da ObjectProperty.
Proprietà pubblica ReferenceTemplateParameters Gets or sets the information about the keys that make up the reference. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Ereditato da ObjectProperty.
Proprietà pubblica ReferenceType Gets or sets the type pointed to by object reference. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Ereditato da ObjectProperty.
Proprietà pubblica SessionValue Gets or sets the temporary value. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Size Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Type Gets or sets a value that indicates the type of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ObjectProperty.
Proprietà pubblica Usage Gets or sets the accepted usages for the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ObjectProperty.
Proprietà pubblica Value Gets or sets the tsql value for the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
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 pubblico GetValue Returns the value of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc