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 | |
---|---|---|
SqlObjectProperty | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Alias | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
DBType | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
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. | |
Expensive | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. 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. | |
ExtendedType | Gets or sets a Boolean property value that specifies whether the property is an extended property or not. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ObjectProperty. | |
KeyIndex | Gets or sets the property key index. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ObjectProperty. | |
LinkFields | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
SessionValue | Gets or sets the temporary value. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Size | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
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. | |
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. | |
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 | |
---|---|---|
Add | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
GetValue | Returns the value of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
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.