Share via


ColumnSource.Affinity Property

Gets the affinity.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Affinity As Integer
    Get
'Usage
Dim instance As ColumnSource
Dim value As Integer

value = instance.Affinity
public int Affinity { get; }
public:
property int Affinity {
    int get ();
}
function get Affinity () : int
member Affinity : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ColumnSource Class

ColumnSource Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace