PrecomputeRank-Eigenschaft
Ruft das ConfigProperty-Objekt ab, das zum Festlegen der Konfigurationsoption Rang vorausberechnen verwendet wird.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property PrecomputeRank As ConfigProperty
Get
'Usage
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.PrecomputeRank
public ConfigProperty PrecomputeRank { get; }
public:
property ConfigProperty^ PrecomputeRank {
ConfigProperty^ get ();
}
member PrecomputeRank : ConfigProperty
function get PrecomputeRank () : ConfigProperty
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Ein ConfigProperty-Objekt, das die Einstellungen für die Konfigurationsoption Rang vorausberechnen angibt.
Siehe auch