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 a value that indicates whether the column is an input column.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property IsInput As Boolean
Get
'Usage
Dim instance As MiningModelColumn
Dim value As Boolean
value = instance.IsInput
public bool IsInput { get; }
public:
property bool IsInput {
bool get ();
}
member IsInput : bool
function get IsInput () : boolean
Property Value
Type: System.Boolean
true if the column is an input column; otherwise, false.