Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.