SfcProperty Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public NotInheritable Class SfcProperty _
Implements ISfcProperty
'Usage
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
The SfcProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
Attributes | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Computed | Gets a value indicating whether the property object is computed. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Dirty | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Enabled | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Encrypted | Gets a value indicating whether the object is encrypted. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. | |
IdentityKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
IsAvailable | Returns whether or not the command is currently enabled. | |
IsNull | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Name | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Readable | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Required | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Retrieved | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SqlAzureDatabase | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Standalone | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Type | Gets the type of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Value | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Writable | Gets the Boolean property value that specifies whether the property can be modified. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | Compares the property object to another object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.Equals(Object).) | |
GetHashCode | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
ToString | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines whether two objects are equal by performing an equality operation on two Property objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GreaterThan | Determines whether one object is greater than another object by performing a greater than operation on two Property objects. | |
Inequality | Determines whether two objects are unequal by performing an inequality operation on two Property objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
LessThan | Determines whether one object is less than another object by performing a less than operation on two Property objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.