Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Determines if this attribute is an input attribute.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)
Sintaxis
'Declaración
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
Valor de propiedad
true if this is an input attribute; false otherwise.
Notas
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.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
MiningAttribute Class
MiningAttribute Members
Microsoft.AnalysisServices.AdomdServer Namespace