TypeName Propiedad
Gets or sets the name of the DAC type.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public Property TypeName As String
Get
Set
'Uso
Dim instance As DacExtractionUnit
Dim value As String
value = instance.TypeName
instance.TypeName = value
public string TypeName { get; set; }
public:
property String^ TypeName {
String^ get ();
void set (String^ value);
}
member TypeName : string with get, set
function get TypeName () : String
function set TypeName (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the name of the DAC type.
Comentarios
A DAC type is uniquely identified by the combination of the type name and version.
Vea también