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.
Gets or sets the name of a column in the table that stores the document type.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintaxis
'Declaración
Public Property TypeColumnName As String
public string TypeColumnName { get; set; }
public:
property String^ TypeColumnName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_TypeColumnName ()
/** @property */
public void set_TypeColumnName (String value)
public function get TypeColumnName () : String
public function set TypeColumnName (value : String)
Valor de propiedad
A String value that specifies the name of the column that stores the document type.
Notas
Image and varbinary type columns must have a type column specification and the type column must be one of the following data types: char, nchar, varchar, or nvarchar.
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
FullTextIndexColumn Class
FullTextIndexColumn Members
Microsoft.SqlServer.Management.Smo Namespace