StatementBuilder.AddProperty 메서드
Adds property to the SELECT list with specified name and value.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Sub AddProperty ( _
name As String, _
value As String _
)
‘사용 방법
Dim instance As StatementBuilder
Dim name As String
Dim value As String
instance.AddProperty(name, value)
public void AddProperty(
string name,
string value
)
public:
void AddProperty(
String^ name,
String^ value
)
member AddProperty :
name:string *
value:string -> unit
public function AddProperty(
name : String,
value : String
)
매개 변수
- name
유형: System.String
Name of the property.
- value
유형: System.String
Value of the property