Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.AffinityType
The affinity type of the AffinityInfoBase.