Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the affinity type of the AffinityInfoBase.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Property AffinityType As AffinityType
Get
Set
'Usage
Dim instance As AffinityInfoBase
Dim value As AffinityType
value = instance.AffinityType
instance.AffinityType = value
public AffinityType AffinityType { get; set; }
public:
property AffinityType AffinityType {
AffinityType get ();
void set (AffinityType value);
}
member AffinityType : AffinityType with get, set
function get AffinityType () : AffinityType
function set AffinityType (value : AffinityType)
Property Value
Type: Microsoft.SqlServer.Management.Smo.AffinityType
The affinity type of the AffinityInfoBase.