AssemblyName プロパティ
ユーザー定義関数のアセンブリの名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property AssemblyName As String
Get
Set
'使用
Dim instance As UserDefinedFunction
Dim value As String
value = instance.AssemblyName
instance.AssemblyName = value
[SfcPropertyAttribute]
public string AssemblyName { get; set; }
[SfcPropertyAttribute]
public:
property String^ AssemblyName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member AssemblyName : string with get, set
function get AssemblyName () : String
function set AssemblyName (value : String)
プロパティ値
型: System. . :: . .String
ユーザー定義関数のアセンブリを示す String 値です。