ClassName 속성
Gets or sets the name of the class that defines the type.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Property ClassName As String
Get
Set
‘사용 방법
Dim instance As IMutableClrDataType
Dim value As String
value = instance.ClassName
instance.ClassName = value
string ClassName { get; set; }
property String^ ClassName {
String^ get ();
void set (String^ value);
}
abstract ClassName : string with get, set
function get ClassName () : String
function set ClassName (value : String)
속성 값
유형: System. . :: . .String
The name of the class that defines the type.