Condividi tramite


Classe SfcProperty

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..::..SfcProperty

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

Sintassi

'Dichiarazione
Public NotInheritable Class SfcProperty _
    Implements ISfcProperty
'Utilizzo
Dim instance As SfcProperty
public sealed class SfcProperty : ISfcProperty
public ref class SfcProperty sealed : ISfcProperty
[<SealedAttribute>]
type SfcProperty =  
    class
        interface ISfcProperty
    end
public final class SfcProperty implements ISfcProperty

Nel tipo SfcProperty sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Attributes Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Computed Gets a value indicating whether the property object is computed. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Dirty Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Enabled Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Encrypted Gets a value indicating whether the object is encrypted. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica IdentityKey Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica IsAvailable Returns whether or not the command is currently enabled. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica IsNull Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Name Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Readable Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Required Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Retrieved Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica SqlAzureDatabase Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Standalone Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Type Gets the type of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Value Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Proprietà pubblica Writable Gets the Boolean property value that specifies whether the property can be modified. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CompareTo Compares the property object to another object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico Equals Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di Object. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di Object. . :: . .ToString() () () ().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Determines whether two objects are equal by performing an equality operation on two Property objects. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Operatore pubblicoMembro statico GreaterThan Determines whether one object is greater than another object by performing a greater than operation on two Property objects. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Operatore pubblicoMembro statico Inequality Determines whether two objects are unequal by performing an inequality operation on two Property objects. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Operatore pubblicoMembro statico LessThan Determines whether one object is less than another object by performing a less than operation on two Property objects. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

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.