Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines if this attribute is an input attribute.
Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsInput As Boolean
public bool IsInput { get; }
public:
property bool IsInput {
bool get ();
}
/** @property */
public boolean get_IsInput ()
public function get IsInput () : boolean
Valeur de propriété
true if this is an input attribute; false otherwise.
Notes
A MiningAttribute is an input attribute if its value column is not marked product only, or the parent table of a nested attribute is not predict only.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
MiningAttribute Class
MiningAttribute Members
Microsoft.AnalysisServices.AdomdServer Namespace