Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.