PropertyViewer.Copy Method (Boolean)
Copies the value of the focused property to the Clipboard with the specified property name.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Sub Copy ( _
includePropertyName As Boolean _
)
'Usage
Dim instance As PropertyViewer
Dim includePropertyName As Boolean
instance.Copy(includePropertyName)
public void Copy(
bool includePropertyName
)
public:
void Copy(
bool includePropertyName
)
member Copy :
includePropertyName:bool -> unit
public function Copy(
includePropertyName : boolean
)
Parameters
- includePropertyName
Type: System.Boolean
If true, the name of the property and the value is copied.
See Also